runtime.debugLogWriter.data (field)
11 uses
runtime (current package)
debuglog.go#L103: l.w.r.data = &l.w.data
debuglog.go#L441: data debugLogBuf
debuglog.go#L473: for l.write+n >= l.r.begin+uint64(len(l.data.b)) {
debuglog.go#L489: l.data.b[pos%uint64(len(l.data.b))] = uint8(size)
debuglog.go#L490: l.data.b[(pos+1)%uint64(len(l.data.b))] = uint8(size >> 8)
debuglog.go#L517: l.data.b[pos%uint64(len(l.data.b))] = x
debuglog.go#L526: n := copy(l.data.b[pos%uint64(len(l.data.b)):], x)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |